From: Jim Blandy Date: Fri, 28 May 1993 03:33:15 +0000 (+0000) Subject: * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~95866 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4fa84f6b74459ccd883105806208bd3d42433341;p=emacs.git * Makefile.in (ALL_CFLAGS): Add "-I.", so the system and machine description files can find their ancestors. --- diff --git a/lib-src/Makefile.in b/lib-src/Makefile.in index 6c4b35bbfb5..6740ab8126c 100644 --- a/lib-src/Makefile.in +++ b/lib-src/Makefile.in @@ -104,7 +104,7 @@ SOURCES = COPYING ChangeLog Makefile.in README aixcc.lex emacs.csh \ ### HAVE_CONFIG_H #defined before they know they can take advantage of ### the information in ../src/config.h. ALL_CFLAGS = ${C_SWITCH_SYSTEM} -Demacs -DHAVE_CONFIG_H \ - -I${srcdir} -I${srcdir}/../src -I../src ${CFLAGS} + -I${srcdir} -I${srcdir}/../src -I. -I../src ${CFLAGS} .c.o: ${CC} -c ${CPPFLAGS} ${ALL_CFLAGS} $<